C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase<TCommandBuilderImpl> Class / GetParameterName Method / GetParameterName(Int32) Method

In This Topic
GetParameterName(Int32) Method
In This Topic
Returns the name of the specified parameter in the format of p*#*. Use when building a custom command builder.
Syntax
'Declaration
 
Protected Overloads Overridable Function GetParameterName( _
   ByVal parameterOrdinal As Integer _
) As String
 

Parameters

parameterOrdinal
See Also